

.img-box {
	position: relative
}

.img-box::before {
	content: "";
	display: block
}

.img-box>img {
	left: 0;
	position: absolute;
	top: 0;
	width: 100%
}

.bg-cover {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover
}

.bg-contain {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain
}

.wx-share {
	margin-top: -130px;
	margin-left: -120px;
	border-radius: 3px;
	position: fixed;
	z-index: 1000;
	top: 50%;
	left: 50%;
	padding: 20px 10px;
	width: 240px;
	height: 280px;
	background-color: #fff;
	cursor: pointer;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1)
}

.wx-share img {
	display: block;
	width: 100%
}

.wx-share p {
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	font-weight: 500;
	color: #000
}

.wx-share i {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 12px;
	width: 2.5em;
	height: 2.5em;
	line-height: 2.5;
	text-align: center;
	color: #000
}

.ui-mini-mt {
	margin-left: 8.33333%;
	margin-right: 8.33333%
}

.ui-mini-pt {
	padding-left: 8.33333%;
	padding-right: 8.33333%
}

.ui-mini {
	margin-left: 13.54167%;
	margin-right: 13.54167%
}

.ui-float-left {
	float: left
}

.ui-float-right {
	float: right
}

.ui-auto {
	margin-left: auto;
	margin-right: auto
}

.ui-wd {
	width: 52.08333%
}

.clearfix {
	zoom: 1
}

.clearfix:after {
	content: "";
	display: block;
	clear: both
}

.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 3000
}

.relative {
	position: relative
}

.text-align_left {
	text-align: left
}

.text-align_center {
	text-align: center
}

.text-align_right {
	text-align: right
}

.col-md-6 {
	width: 50%
}

.ui-pull_right {
	right: 0
}

.ui-pull_left {
	left: 0
}

.bgcolor {
	background-color: #F7F7F7
}

.ellipsis {
	display: -webkit-box;
	-webkit-line-clamp: 4;
	overflow: hidden;
	height: 100px
}

.clamp-1 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden
}
.swip_home .banner{
	height: 100%;
}
.sn-hidden {
	display: none !important
}

.sn-visible {
	display: block !important
}

.header,
.wrapper,
.footer,
.navbar {
	max-width: 100%;
	min-width: 320px
}

.wrapper {
	overflow: hidden;
	height: 100vh;
}

.windowBar {
	overflow-y: scroll
}

.windowBar::-webkit-scrollbar {
	width: 0px;
	height: 0px
}

.windowBar::-moz-scrollbar {
	width: 0px;
	height: 0px
}

.windowBar::-o-scrollbar {
	width: 0px;
	height: 0px
}

.windowBar::-ms-scrollbar {
	width: 0px;
	height: 0px
}

.windowBar::-webkit-scrollbar-button {
	display: none
}

.windowBar::-moz-scrollbar-button {
	display: none
}

.windowBar::-ms-scrollbar-button {
	display: none
}

.windowBar::-o-scrollbar-button {
	display: none
}

.windowBar::-webkit-scrollbar-track-piece {
	background: #fafafa
}

.windowBar::-moz-scrollbar-track-piece {
	background: #fafafa
}

.windowBar::-ms-scrollbar-track-piece {
	background: #fafafa
}

.windowBar::-o-scrollbar-track-piece {
	background: #fafafa
}

.windowBar::-webkit-scrollbar-thumb {
	background: #eee;
	border-radius: 4px
}

.windowBar::-moz-scrollbar-thumb {
	background: #eee;
	border-radius: 4px
}

.windowBar::-ms-scrollbar-thumb {
	background: #eee;
	border-radius: 4px
}

.windowBar::-o-scrollbar-thumb {
	background: #eee;
	border-radius: 4px
}

@-webkit-keyframes fadeIn {
	from {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@keyframes fadeIn {
	from {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn
}

@-webkit-keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpSmall {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 80px, 0);
		transform: translate3d(0, 80px, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInUpSmall {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 80px, 0);
		transform: translate3d(0, 80px, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.fadeInUpSmall {
	-webkit-animation-name: fadeInUpSmall;
	animation-name: fadeInUpSmall
}

.fadeInUpSlow {
	-webkit-animation-name: fadeInUpSlow;
	animation-name: fadeInUpSlow
}

@keyframes fadeInUpSlow {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 80px, 0);
		transform: translate3d(0, 80px, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.fadeInUpSlowTo {
	-webkit-animation-name: fadeInUpSlowTo;
	animation-name: fadeInUpSlowTo
}

@keyframes fadeInUpSlowTo {
	from {
		opacity: 0;
		-webkit-transform: translate3d(50px, 50px, 0);
		transform: translate3d(50px, 50px, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@-webkit-keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown
}

@-webkit-keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftSmall {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-40px, 0, 0);
		transform: translate3d(-40px, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInLeftSmall {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-40px, 0, 0);
		transform: translate3d(-40px, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.fadeInLeftSmall {
	-webkit-animation-name: fadeInLeftSmall;
	animation-name: fadeInLeftSmall
}

@-webkit-keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightSmall {
	from {
		opacity: 0;
		-webkit-transform: translate3d(40px, 0, 0);
		transform: translate3d(40px, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInRightSmall {
	from {
		opacity: 0;
		-webkit-transform: translate3d(40px, 0, 0);
		transform: translate3d(40px, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.fadeInRightSmall {
	-webkit-animation-name: fadeInRightSmall;
	animation-name: fadeInRightSmall
}

@-webkit-keyframes fadeZoom {
	from {
		-webkit-transform: scale3d(1.2, 1.2, 1.2);
		transform: scale3d(1.2, 1.2, 1.2)
	}

	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

@keyframes fadeZoom {
	from {
		-webkit-transform: scale3d(1.2, 1.2, 1.2);
		transform: scale3d(1.2, 1.2, 1.2)
	}

	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

.fadeZoom {
	-webkit-animation-name: fadeZoom;
	animation-name: fadeZoom
}

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}

.animated.delay-1s {
	-webkit-animation-delay: 1s;
	animation-delay: 1s
}

.animated.delay-2s {
	-webkit-animation-delay: 2s;
	animation-delay: 2s
}

.animated.delay-3s {
	-webkit-animation-delay: 3s;
	animation-delay: 3s
}

.animated.delay-4s {
	-webkit-animation-delay: 4s;
	animation-delay: 4s
}

.animated.delay-5s {
	-webkit-animation-delay: 5s;
	animation-delay: 5s
}

.animated.fast {
	-webkit-animation-duration: 800ms;
	animation-duration: 800ms
}

.animated.faster {
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms
}

.animated.slow {
	-webkit-animation-duration: 2s;
	animation-duration: 2s
}

.animated.slower {
	-webkit-animation-duration: 3s;
	animation-duration: 3s
}

.animated.delay {
	-webkit-animation-delay: 0s;
	animation-delay: 0s
}

.animated.trans {
	animation-timing-function: cubic-bezier(0.59, 0.5, 0.41, 0.92);
	-webkit-animation-timing-function: cubic-bezier(0.59, 0.5, 0.41, 0.92)
}

@media (prefers-reduced-motion) {
	.animated {
		-webkit-animation: unset !important;
		animation: unset !important;
		-webkit-transition: none !important;
		transition: none !important
	}
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: 0
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.slick-track::after,
.slick-track::before {
	display: table;
	content: ""
}

.slick-track::after {
	clear: both
}

.slick-loading .slick-track {
	visibility: hidden
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
	outline: 0
}

.slick-slide a {
	outline: 0
}

[dir=rtl] .slick-slide {
	float: right
}

.slick-slide img {
	display: block
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-loading .slick-slide {
	visibility: hidden
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.slick-arrow.slick-hidden {
	display: none
}

.banner-dots {
	position: absolute;
	bottom: 20px;
	right: 0;
	left: 0;
	font-size: 0;
	text-align: center
}

.banner-dots li {
	margin: 0 8px;
	display: inline-block;
	vertical-align: top
}

.banner-dots li button {
	position: relative;
	display: inline-block;
	padding: 0;
	border: 0;
	font-size: 0;
	background-color: transparent;
	outline: 0;
	cursor: pointer
}

.banner-dots li button::before {
	-moz-transition: border .3s ease-out;
	-o-transition: border .3s ease-out;
	-webkit-transition: border .3s ease-out;
	transition: border .3s ease-out;
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #bababa
}

.banner-dots li.slick-active button::before {
	background-color: #0075c2
}

.footer {
	padding-top: 77px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-color: #202020;
	position: relative;
	overflow: hidden
}

.footer .cont {
	padding-left: 8.33333%;
	padding-right: 8.33333%;
	padding-bottom: 60px
}

.footer .copy {
	margin-right: 12px
}

.footer .right {
	margin-right: 30px
}

.footer .code {
	margin-right: 30px
}

.footer dl {
	display: inline-block;
	vertical-align: top
}

.footer dl dt {
	font-size: 18px;
	font-size: 16px;
	color: #DC5F00;
	line-height: 30px;
	margin-bottom: 16px;
	-moz-transition: all .36s ease;
	-o-transition: all .36s ease;
	-webkit-transition: all .36s ease;
	transition: all .36s ease
}

.footer dl dt a {
	font-size: 18px;
	font-size: 16px;
	color: #DC5F00;
	-moz-transition: all .36s ease;
	-o-transition: all .36s ease;
	-webkit-transition: all .36s ease;
	transition: all .36s ease
}

.footer dl dd {
	font-size: 16px;
	font-size: 14px;
	color: #fff;
	color: #999;
	line-height: 36px;
	letter-spacing: 1px;
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
	-moz-transition: all .36s ease;
	-o-transition: all .36s ease;
	-webkit-transition: all .36s ease;
	transition: all .36s ease
}

.footer dl dd a {
	font-size: 16px;
	font-size: 14px;
	color: #fff;
	color: #999;
	line-height: 36px;
	letter-spacing: 1px;
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
	-moz-transition: all .36s ease;
	-o-transition: all .36s ease;
	-webkit-transition: all .36s ease;
	transition: all .36s ease
}

.footer dl dd i {
	display: inline-block;
	vertical-align: -5px;
	width: 38px;
	font-size: 24px
}

.footer dl dd .icon-icon_email:before {
	margin-left: -8px
}

.footer dl dd .icon-icon_tel1:before {
	margin-left: -3px
}

.footer .link {
	float: right;
	width: 650px;
	font-size: 0;
	margin-right: -112px
}

.footer .link dl {
	margin-bottom: 30px;
	width: 33.33333%
}

.footer .link dd {
	line-height: 30px
}

.footer .link dd a {
	line-height: 30px
}

.footer .copyringht {
	font-size: 14px;
	line-height: 30px;
	color: #fff;
	background-color: #000;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 8.33333%;
	padding-right: 8.33333%;
	position: relative;
	z-index: 5000
}

.footer .copyringht span {
	font-size: 12px;
	line-height: 30px;
	color: #fff
}

.footer .copyringht a {
	-moz-transition: all .36s ease;
	-o-transition: all .36s ease;
	-webkit-transition: all .36s ease;
	transition: all .36s ease;
	font-size: 14px;
	line-height: 30px;
	color: #fff
}

.footer .design {
	font-size: 14px;
	color: #fff
}

.footer .share {
	margin-top: 20px;
	margin-left: -10px
}

.footer .share a {
	color: #fff;
	position: relative
}

.footer .share .btn-youku {
	font-size: 48px;
	vertical-align: -14px
}

.footer .share .code {
	position: absolute;
	width: 100px;
	top: 0px;
	left: 50%;
	margin-left: -50px;
	padding-top: 26px;
	-moz-transition: all .36s ease;
	-o-transition: all .36s ease;
	-webkit-transition: all .36s ease;
	transition: all .36s ease;
	-moz-transform: translate(0, 20px);
	-ms-transform: translate(0, 20px);
	-webkit-transform: translate(0, 20px);
	transform: translate(0, 20px);
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	visibility: hidden
}

.footer .bgcover {
	position: absolute;
	bottom: 0;
	left: 0;
	background-image: url(https://www.kdtmac.com/images/bgcover.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	width: 40%;
	padding-top: 40%;
	bottom: -272px;
	left: -127px
}

.btn_backtop {
	display: block;
	display: none;
	width: 86px;
	height: 86px;
	width: 60px;
	height: 60px;
	position: relative;
	text-align: center;
	position: fixed;
	bottom: 100px;
	right: 0;
	z-index: 6000
}

.btn_backtop .box {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	margin-top: -14px;
	z-index: 70;
	font-size: 14px;
	font-family: "GothamBook";
	-moz-transition: all .36s ease;
	-o-transition: all .36s ease;
	-webkit-transition: all .36s ease;
	transition: all .36s ease
}

.btn_backtop:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	-moz-transform: scale(0.7, 0.7) rotate(45deg);
	-ms-transform: scale(0.7, 0.7) rotate(45deg);
	-webkit-transform: scale(0.7, 0.7) rotate(45deg);
	transform: scale(0.7, 0.7) rotate(45deg);
	z-index: 50;
	margin-top: 0px;
	margin-left: -10px;
	-moz-transition: all .36s ease;
	-o-transition: all .36s ease;
	-webkit-transition: all .36s ease;
	transition: all .36s ease
}

.btn_backtop:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #DC5F00;
	-moz-transform: scale(0.7, 0.7) rotate(45deg);
	-ms-transform: scale(0.7, 0.7) rotate(45deg);
	-webkit-transform: scale(0.7, 0.7) rotate(45deg);
	transform: scale(0.7, 0.7) rotate(45deg);
	z-index: 60
}

.btn_backtop span {
	position: relative;
	z-index: 200;
	color: #fff;
	display: block;
	line-height: 12px
}

.btn_backtop .text {
	font-size: 12px
}

.tips {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 999999
}

.tips .tt_container {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 545px;
	height: 285px;
	background-color: #fff;
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	padding: 77px 0
}

.tips .icon {
	display: block;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	border: 2px solid #DC5F00;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	line-height: 80px;
	color: #DC5F00;
	font-size: 24px
}

.tips p {
	font-size: 20px;
	line-height: 30px;
	color: #333;
	text-align: center;
	margin-top: 25px;
	padding: 0 30px
}

.tips .btn_close {
	position: absolute;
	top: 6px;
	right: 14px;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	color: #DC5F00
}

@media only screen and (min-width: 1025px) {
	.btn_backtop:hover:after {
		margin-left: 0
	}

	.footer dl dd:hover a {
		color: #DC5F00;
		filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
		opacity: 1
	}

	.footer dl dt:hover a {
		color: #fff;
		filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
		opacity: 1
	}

	.footer .copyringht a:hover {
		color: #DC5F00;
		filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
		opacity: 1
	}

	.footer .share .icon-icon_wx:hover .code {
		-moz-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
		filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
		opacity: 1;
		visibility: visible
	}
}

@media only screen and (max-width: 1024px) {
	.footer {
		position: relative
	}

	.footer dl.msg,
	.footer dl.link {
		display: none
	}

	.footer .link {
		display: none
	}

	.footer .cont {
		padding-left: 5.33333%;
		padding-right: 5.33333%
	}

	.footer .copyringht {
		padding-left: 5.33333%;
		padding-right: 5.33333%
	}

	.footer .code,
	.footer .plain,
	.footer .design {
		display: none
	}

	.btn_backtop {
		position: fixed;
		bottom: 50px;
		right: 0;
		width: 50px;
		height: 50px
	}

	.btn_backtop:after {
		margin-left: -5px
	}

	.footer .copyringht span {
		font-size: 12px
	}

	.footer .copy {
		margin-right: 0
	}
}

@media only screen and (max-width: 768px) {
	.footer dl dt {
		font-size: 16px
	}

	.footer dl dd {
		font-size: 14px;
		line-height: 26px
	}

	.footer .share a {
		font-size: 12px
	}

	.footer .copyringht {
		font-size: 12px;
		padding-top: 18px;
		padding-bottom: 18px
	}

	.footer {
		padding-top: 30px;
		background-position: -235px -94px
	}

	.footer .cont {
		padding-bottom: 40px
	}

	.tips .tt_container {
		width: 90%;
		height: 210px;
		padding: 60px 0
	}

	.tips .icon {
		width: 40px;
		height: 40px;
		line-height: 40px
	}

	.tips .icon {
		font-size: 18px
	}

	.tips p {
		font-size: 18px
	}
}

.header {
	background-color: #000;
	padding-left: 8.33333%;
	padding-left: 2.33333%;
	height: 88px
}

.header .logo {
	display: block;
	width: 116px;
	height: 39px;
	background-image: url(https://www.kdtmac.com/images/logo.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 116px auto;
	margin-top: 24px
}

.header .btn_tools {
	font-size: 0;
	position: relative;
	z-index: 20
}

.header .telphone {
	display: inline-block;
	color: #fff;
	font-family: "GothamBook";
	line-height: 100px;
	line-height: 88px;
	font-size: 0;
	height: 100px;
	height: 88px
}

.header .telphone .icon-icon_tel {
	margin-right: 15px
}

.header .telphone span {
	display: inline-block;
	height: 100%
}

.header .telphone .tel {
	font-size: 18px
}

.header .btn {
	display: inline-block;
	width: 100px;
	width: 88px;
	height: 100px;
	height: 88px;
	text-align: center;
	line-height: 100px;
	line-height: 88px;
	color: #fff;
	border-right: 1px solid rgba(255, 255, 255, 0.2);
	vertical-align: top;
	position: relative;
	-moz-transition: all .36s ease;
	-o-transition: all .36s ease;
	-webkit-transition: all .36s ease;
	transition: all .36s ease
}

.header .btn a {
	color: #fff
}

.header .btn_lang>a {
	margin-left: 20px;
	font-size: 16px
}

.header .btn_search {
	font-size: 16px;
	font-size: 26px;
	font-size: 20px;
	border-left: 1px solid rgba(255, 255, 255, 0.2)
}

.header .btn_lang {
	font-size: 14px
}

.header .btn_inquiry {
	font-size: 28px;
	font-size: 26px;
	font-size: 20px;
	background-color: #DC5F00
}

.header .btn_tools_menu {
	position: absolute;
	top: 50%;
	right: 0;
	display: none;
	margin-right: 0;
	margin-top: -40px
}

.header .options {
	width: 130px;
	font-size: 0;
	line-height: normal;
	background-color: #DC5F00;
	padding: 10px 20px;
	position: absolute;
	top: 100%;
	left: 50%;
	height: 100px;
	height: 180px;
	overflow: hidden;
	-moz-transition: all .36s ease;
	-o-transition: all .36s ease;
	-webkit-transition: all .36s ease;
	transition: all .36s ease;
	width: 0;
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	visibility: hidden
}

.header .options li {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: normal
}

.header .options li a {
	font-size: 14px;
	color: #fff;
	-moz-transition: all .36s ease;
	-o-transition: all .36s ease;
	-webkit-transition: all .36s ease;
	transition: all .36s ease
}

.header_bg {
	height: 88px
}

.otherpage .header_bg {
	height: 138px
}

.button_menu {
	width: 80px;
	height: 80px;
	position: relative;
	margin-top: 10px;
	margin-right: 28px
}

.button_menu .menu {
	display: block;
	width: 30px;
	height: 26px;
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.button_menu .menu span {
	display: block;
	width: 100%;
	height: 2px;
	background-color: #fff;
	position: absolute;
	left: 0
}

.button_menu .menu span:nth-child(1) {
	top: 0
}

.button_menu .menu span:nth-child(2) {
	top: 50%;
	margin-top: -1px
}

.button_menu .menu span:nth-child(3) {
	bottom: 0
}

.button_close .menu span:nth-child(2) {
	display: none
}

.navbar {
	width: calc(100% - 116px - 88px);
	position: relative
}

.navbar .nav {
	margin-left: 60px;
	font-size: 0;
	position: relative;
	z-index: 20
}

.navbar .nav>li {
	display: inline-block;
	margin-right: 30px;
	position: relative
}

.navbar .nav>li>a {
	display: block;
	font-size: 16px;
	color: #fff;
	line-height: 100px;
	line-height: 88px;
	position: relative;
	z-index: 2000
}

.navbar .nav>li>a span {
	display: inline-block;
	width: 20px;
	padding-left: 8px
}

.navbar .nav>li>a span:before {
	display: none
}

.navbar .nav>li>a .hasClass {
	width: 42px
}

.navbar .nav>li>a .hasClass:before {
	display: block
}

.navbar .nav>li>a:after {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	bottom: 0;
	height: 2px;
	background-color: #DC5F00;
	-moz-transition: all .36s ease;
	-o-transition: all .36s ease;
	-webkit-transition: all .36s ease;
	transition: all .36s ease
}

.navbar .nav>li:last-child {
	margin-right: 0
}

.navbar .bgcover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10
}

.navbar .dropdown {
	position: absolute;
	top: 88px;
	left: -60px;
	width: 130px;
	width: 20vw;
	z-index: 1000;
	width: 60vw
}

.navbar .dropdown .dropdown-menu_wrapepr {
	padding-top: 30px;
	padding-bottom: 34px
}

.navbar .dropdown .dropdown-menu_wrapepr:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: -50vw;
	width: 200vw;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 200
}

.dropnav {
	display: none;
	position: fixed;
	top: 100px;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 3010;
	visibility: hidden;
	opacity: 0;
	transition: opacity .125s ease-in-out, visibility 1ms linear .1125s, transform .36s ease;
	-moz-transform: translate(0, 20px) scale(1, 0);
	-ms-transform: translate(0, 20px) scale(1, 0);
	-webkit-transform: translate(0, 20px) scale(1, 0);
	transform: translate(0, 20px) scale(1, 0)
}

.dropnav .dropnav_wrapper {
	background-color: #DC5F00;
	width: 958px;
	height: 282px;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	position: relative
}

.dropnav .dropnav_wrapper .dropdown {
	font-size: 0;
	height: 282px;
	overflow: hidden
}

.dropnav .dropnav_wrapper:after {
	content: "";
	display: block;
	position: absolute;
	top: -12px;
	left: 138px;
	border-bottom: 12px solid #DC5F00;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	margin-left: -30px;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	visibility: hidden;
	-moz-transition: all .36s ease;
	-o-transition: all .36s ease;
	-webkit-transition: all .36s ease;
	transition: all .36s ease
}

.dropnav_wrapper ul,
.navbar .dropdown ul {
	display: inline-block;
	vertical-align: top;
	padding-right: 60px;
	padding-left: 60px
}

.dropnav_wrapper ul:last-child,
.navbar .dropdown ul:last-child {
	border-right: none
}

.dropnav_wrapper li,
.navbar .dropdown li {
	padding-top: 10px;
	padding-bottom: 10px
}

.dropnav_wrapper li a,
.navbar .dropdown li a {
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	-moz-transition: all .36s ease;
	-o-transition: all .36s ease;
	-webkit-transition: all .36s ease;
	transition: all .36s ease;
	position: relative
}

.dropnav_wrapper .level_wrapper,
.navbar .dropdown .level_wrapper {
	display: inline-block;
	vertical-align: top;
	position: relative;
	z-index: 300;
	border-left: 1px solid rgba(255, 255, 255, 0.15)
}

.dropnav_wrapper .level_wrapper .level,
.navbar .dropdown .level_wrapper .level {
	display: none
}

.dropnav_wrapper .level_wrapper li a,
.navbar .dropdown .level_wrapper li a {
	color: #999
}

.dropnav_wrapper .dropdown-menu,
.navbar .dropdown .dropdown-menu {
	display: inline-block;
	vertical-align: top;
	position: relative;
	z-index: 300
}

.dropnav_wrapper .img-box,
.navbar .dropdown .img-box {
	width: 270px;
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	position: relative;
	z-index: 300;
	margin-left: 60px
}

.dropnav_wrapper .img-box:before,
.navbar .dropdown .img-box:before {
	padding-top: 104.44444%
}

.dropnav_wrapper .img-box>img,
.navbar .dropdown .img-box>img {
	height: 100%;
	width: auto;
	left: 50%;
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0)
}

.formsearch {
	position: absolute;
	top: 0;
	right: 200px;
	right: 176px;
	right: 88px;
	height: 100px;
	height: 88px;
	background-color: #000;
	font-size: 0;
	padding-left: 30px;
	width: 375px;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	visibility: hidden;
	-moz-transition: all .36s ease;
	-o-transition: all .36s ease;
	-webkit-transition: all .36s ease;
	transition: all .36s ease;
	border-right: 1px solid rgba(255, 255, 255, 0.2);
	z-index: 20
}

.formsearch .form-group {
	display: inline-block;
	width: 260px;
	width: 75%;
	height: 60px;
	margin-top: 14px;
	vertical-align: top;
	position: relative;
	margin-right: -15px;
	-moz-transition: all .8s ease;
	-o-transition: all .8s ease;
	-webkit-transition: all .8s ease;
	transition: all .8s ease;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	visibility: hidden;
	width: 0;
	position: absolute;
	top: 0;
	right: 25%
}

.formsearch .form-control {
	display: block;
	padding: 0;
	margin: 0;
	border: none;
	background: none;
	height: 100%;
	width: 100%;
	border-bottom: 1px solid rgba(255, 255, 255, 0.6);
	font-size: 14px;
	color: #ffff;
	padding: 0 20px
}

.formsearch .form-control+label {
	position: absolute;
	top: 22px;
	left: 20px;
	font-size: 14px;
	color: #fff
}

.formsearch .form-control::-webkit-input-placeholder {
	font-size: 14px;
	color: #fff
}

.formsearch .form-control::-moz-placeholder {
	font-size: 14px;
	color: #fff
}

.formsearch .form-control:-ms-input-placeholder {
	font-size: 14px;
	color: #fff
}

.formsearch .form-control:-moz-placeholder {
	font-size: 14px;
	color: #fff
}

.formsearch .form-group.on .form-control+label {
	display: none
}

.formsearch .form-control:focus {
	outline: none
}

.formsearch .button {
	padding: 0;
	margin: 0;
	border: none;
	background: none;
	display: inline-block;
	width: 88px;
	height: 88px;
	line-height: 88px;
	text-align: center;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-size: 20px;
	float: right
}

.formsearch .button:focus {
	outline: none
}

.formsearch.active {
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
	visibility: visible
}

.formsearch.active .form-group {
	width: calc(100% - 100px);
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
	visibility: visible
}

.container-full {
	background-color: rgba(0, 0, 0, 0.8);
	position: fixed;
	top: 88px;
	left: 0;
	width: 100%;
	z-index: 2500
}

.language-box {
	display: none;
	text-align: right;
	padding: 40px 0 70px 0;
	font-size: 0;
	padding-right: 32px
}

.language-box dl {
	display: inline-block;
	margin: 0 13px;
	vertical-align: top;
	text-align: left
}

.language-box dl img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
	position: absolute;
	top: 0;
	left: 0
}

.language-box dt {
	font-size: 20px;
	color: #fff;
	padding-bottom: 15px
}

.language-box dt a {
	color: #fff;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s
}

.language-box dd {
	display: inline-block;
	display: block;
	margin-top: 16px
}

.language-box dd a {
	display: block;
	font-size: 14px;
	color: #fff;
	border-bottom: 1px solid #303030;
	padding-bottom: 16px;
	padding-right: 45px;
	position: relative;
	padding-left: 42px
}

@media only screen and (max-width: 1280px) {
	.navbar .nav {
		margin-left: 30px
	}

	.navbar .nav>li {
		margin-right: 20px
	}
}

@media only screen and (min-width: 1025px) {
	.dropdown .dropdown-menu_wrapepr {
		display: none
	}

	.header .btn_inquiry:hover {
		background-color: rgba(220, 95, 0, 0.8)
	}

	.header .btn_lang:hover .options {
		width: 100%;
		filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
		opacity: 1;
		visibility: visible
	}

	.options a:hover,
	.dropnav_wrapper li a:hover {
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
		opacity: .8
	}

	.header .btn_lang>a,
	.navbar .nav>li>a {
		-moz-transition: all .36s ease;
		-o-transition: all .36s ease;
		-webkit-transition: all .36s ease;
		transition: all .36s ease
	}

	.navbar .dropdown li a:hover,
	.navbar .dropdown li.active a {
		color: #DC5F00
	}

	.navbar .nav>li>a:after {
		width: 0;
		left: auto;
		right: 0
	}

	.navbar .nav>li:hover>a:after,
	.navbar .nav>li.active>a:after {
		width: 100%;
		left: 0;
		right: 100%
	}

	.header .btn_search:hover,
	.header .btn_lang:hover>a,
	.navbar .nav>li.active>a,
	.navbar .nav>li:hover>a {
		color: #DC5F00
	}

	.language-box dd a {
		-moz-transition: all .36s ease;
		-o-transition: all .36s ease;
		-webkit-transition: all .36s ease;
		transition: all .36s ease
	}

	.language-box dd a:hover {
		color: #DC5F00
	}
}

@media only screen and (max-width: 1130px) {
	.header .btn_tools_menu {
		display: none
	}

	.navbar .dropdown {
		display: none
	}

	.navbar .nav>li>a:after {
		display: none
	}

	.navbar .dropdown ul {
		padding-left: 0;
		padding-right: 0;
		display: block
	}

	.navbar .dropdown .dropdown-menu {
		display: block;
		width: 100%;
		position: relative;
		padding: 0;
		padding-top: 0
	}

	.header {
		padding-left: 5.33333%;
		height: auto
	}

	.header .logo {
		width: 148px;
		height: 62px;
		background-size: 148px auto;
		margin-top: 19px
	}

	.navbar {
		display: none;
		position: fixed;
		top: 100px;
		left: 0;
		width: 100%;
		height: calc(100vh - 100px)
	}

	.navbar .nav {
		margin-left: 0;
		position: relative;
		z-index: 300;
		float: none;
		clear: both
	}

	.navbar .nav>li {
		display: inline-block;
		vertical-align: top;
		width: 50%;
		margin-right: 0;
		padding-left: 14.13333%;
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
		border-right: 1px solid rgba(255, 255, 255, 0.1)
	}

	.formsearch .form-control+label {
		left: 18.79433%
	}

	.formsearch .form-control {
		padding: 0 18.79433%
	}

	.navbar .nav>li:last-child {
		border-bottom: none
	}

	.navbar .nav>li.on {
		background-color: #DC5F00
	}

	.navbar .nav>li>a {
		color: #fff;
		font-size: 24px
	}

	.button_close {
		-moz-transform: translate(100px, 0);
		-ms-transform: translate(100px, 0);
		-webkit-transform: translate(100px, 0);
		transform: translate(100px, 0)
	}

	.header .btn_inquiry {
		width: 100px;
		height: 100px;
		line-height: 100px;
		-moz-transition: all .36s ease;
		-o-transition: all .36s ease;
		-webkit-transition: all .36s ease;
		transition: all .36s ease
	}

	.header .btn_inquiry.opa {
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
		opacity: 0
	}

	.header .btn_tools {
		position: relative;
		display: block;
		float: none;
		clear: both;
		width: 100%;
		border-top: 1px solid rgba(255, 255, 255, 0.1);
		z-index: 200
	}

	.header .telphone {
		display: block;
		width: 100%;
		font-size: 28px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
		text-align: center
	}

	.header .telphone span {
		display: inline-block;
		width: 50%;
		margin-right: 0 !important;
		padding-left: 12%;
		font-size: 14px !important
	}

	.header .telphone .icon-icon_tel {
		font-size: 30px;
		padding-left: 19%
	}

	.header .btn_search {
		display: inline-block;
		vertical-align: top;
		width: 50%;
		font-size: 30px;
		border-right: none;
		float: right;
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
		text-align: left;
		padding-left: 18%
	}

	.header .btn_lang {
		display: inline-block;
		vertical-align: top;
		width: 50%;
		font-size: 28px;
		border-right: none;
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
		border-right: 1px solid rgba(255, 255, 255, 0.1);
		text-align: left;
		padding-left: 18%
	}

	.header .btn_lang span {
		font-size: 28px;
		margin-left: 5px
	}

	.navbar .dropdown {
		top: 100px;
		left: 0;
		width: calc(100% + 1px);
		background-color: #DC5F00;
		z-index: 3000
	}

	.navbar .dropdown .dropdown-menu_wrapepr {
		padding-top: 0;
		padding-bottom: 0
	}

	.navbar .dropdown .dropdown-menu_wrapepr:after {
		display: none
	}

	.navbar .dropdown .img-box {
		display: none
	}

	.navbar .dropdown .dropdown-menu {
		width: 100% !important
	}

	.navbar .dropdown .level {
		display: none
	}

	.navbar .dropdown li {
		padding: 30px 0;
		padding-left: 28.26667%;
		height: auto;
		line-height: normal
	}

	.navbar .dropdown li a {
		font-size: 24px;
		height: auto;
		line-height: normal
	}

	.button_close .menu span:nth-child(1) {
		-moz-transform: rotate(45deg) translate(9px, 9px);
		-ms-transform: rotate(45deg) translate(9px, 9px);
		-webkit-transform: rotate(45deg) translate(9px, 9px);
		transform: rotate(45deg) translate(9px, 9px)
	}

	.button_close .menu span:nth-child(3) {
		-moz-transform: rotate(-45deg) translate(8px, -9px);
		-ms-transform: rotate(-45deg) translate(8px, -9px);
		-webkit-transform: rotate(-45deg) translate(8px, -9px);
		transform: rotate(-45deg) translate(8px, -9px)
	}

	.formsearch {
		position: relative;
		width: auto;
		height: 100px;
		background-color: #212121;
		top: 0;
		right: 0;
		margin-left: 0;
		margin-right: 0;
		border-right: none;
		font-size: 0;
		padding-left: 0;
		z-index: 200
	}

	.formsearch .form-group {
		margin-right: 0
	}

	.formsearch.active .form-group {
		width: 75%
	}

	.formsearch .button {
		width: 20%;
		width: 25%;
		background-color: #DC5F00
	}

	.header .telphone .icon-icon_tel {
		height: auto
	}

	.navbar .bgcover {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: #212121;
		z-index: 100
	}

	.navbar .dropdown .dropdown-menu_wrapepr {
		width: 100% !important
	}

	.container-full {
		top: 0;
		z-index: 4000;
		padding-left: 5.33333%;
		padding-right: 5.33333%;
		height: 100%;
		overflow-y: scroll
	}

	.container-full .cover {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 20
	}

	.language-box dt {
		font-size: 16px;
		padding-bottom: 0
	}

	.language-box dl {
		display: block;
		margin: 0;
		padding-top: 20px;
		position: relative;
		z-index: 30;
		width: 100%
	}

	.language-box dl:first-child {
		padding-top: 0
	}

	.language-box dd {
		display: inline-block;
		width: 50%;
		vertical-align: top;
		padding-right: 0;
		border-bottom: none
	}

	.navbar .dropdown .level_wrapper {
		display: none !important
	}

	.container-full .button_menu {
		position: absolute;
		top: 5px;
		right: 63px;
		margin-right: 0;
		margin-top: 0
	}

	.language-box dl img {
		display: block;
		margin-right: 10px;
		margin-bottom: 10px
	}

	.language-box dd a {
		padding-right: 0
	}
}

@media only screen and (max-width: 768px) {
	.container-full .button_menu {
		position: absolute;
		top: 5px;
		right: 63px;
		margin-right: 0;
		margin-top: 0
	}

	.otherpage .header_bg {
		height: 100px
	}

	.header .logo {
		width: 74px;
		height: 31px;
		background-size: 74px auto;
		margin-top: 10px
	}

	.header_bg {
		height: 50px
	}

	.header .btn_inquiry {
		width: 50px;
		height: 50px;
		line-height: 50px;
		font-size: 16px
	}

	.button_menu {
		width: 40px;
		height: 40px;
		margin-right: 14px;
		margin-top: 5px
	}

	.button_close {
		-moz-transform: translate(50px, 0);
		-ms-transform: translate(50px, 0);
		-webkit-transform: translate(50px, 0);
		transform: translate(50px, 0)
	}

	.button_menu .menu {
		width: 18px;
		height: 14px
	}

	.navbar .nav>li,
	.navbar .nav>li>a,
	.header .telphone,
	.header .btn_lang,
	.header .btn_search {
		line-height: 50px;
		height: 50px
	}

	.navbar {
		top: 50px;
		height: calc(100vh - 50px)
	}

	.navbar .nav>li>a {
		font-size: 14px
	}

	.navbar .dropdown {
		top: 50px
	}

	.header .telphone {
		font-size: 14px
	}

	.header .telphone .icon-icon_tel {
		font-size: 16px
	}

	.header .btn_search {
		font-size: 16px
	}

	.header .btn_lang {
		font-size: 14px
	}

	.header .btn_lang span {
		font-size: 14px
	}

	.navbar .dropdown li {
		padding: 15px 0;
		padding-left: 28.26667%
	}

	.navbar .dropdown li a {
		font-size: 14px
	}

	.button_close .menu span:nth-child(1) {
		-moz-transform: rotate(45deg) translate(4px, 4px);
		-ms-transform: rotate(45deg) translate(4px, 4px);
		-webkit-transform: rotate(45deg) translate(4px, 4px);
		transform: rotate(45deg) translate(4px, 4px)
	}

	.button_close .menu span:nth-child(3) {
		-moz-transform: rotate(-45deg) translate(4px, -5px);
		-ms-transform: rotate(-45deg) translate(4px, -5px);
		-webkit-transform: rotate(-45deg) translate(4px, -5px);
		transform: rotate(-45deg) translate(4px, -5px)
	}

	.formsearch {
		height: 50px
	}

	.formsearch .form-group {
		height: 50px;
		margin-top: 0
	}

	.formsearch .button {
		height: 50px;
		line-height: 50px;
		font-size: 16px
	}
}

@-webkit-keyframes scale-down {
	from {
		-webkit-transform: translate3d(0, 0, 300px);
		-moz-transform: translate3d(0, 0, 300px);
		-ms-transform: translate3d(0, 0, 300px);
		-o-transform: translate3d(0, 0, 300px);
		transform: translate3d(0, 0, 300px)
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		-o-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@-moz-keyframes scale-down {
	from {
		-webkit-transform: translate3d(0, 0, 300px);
		-moz-transform: translate3d(0, 0, 300px);
		-ms-transform: translate3d(0, 0, 300px);
		-o-transform: translate3d(0, 0, 300px);
		transform: translate3d(0, 0, 300px)
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		-o-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@-o-keyframes scale-down {
	from {
		-webkit-transform: translate3d(0, 0, 300px);
		-moz-transform: translate3d(0, 0, 300px);
		-ms-transform: translate3d(0, 0, 300px);
		-o-transform: translate3d(0, 0, 300px);
		transform: translate3d(0, 0, 300px)
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		-o-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes scale-down {
	from {
		-webkit-transform: translate3d(0, 0, 300px);
		-moz-transform: translate3d(0, 0, 300px);
		-ms-transform: translate3d(0, 0, 300px);
		-o-transform: translate3d(0, 0, 300px);
		transform: translate3d(0, 0, 300px)
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		-o-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.effect_banner {
	position: relative;
	z-index: 200
}

#bg-transitions {
	overflow: hidden;
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	-webkit-backface-visibility: hidden !important;
	backface-visibility: hidden !important;
	-webkit-transform-style: preserve-3d !important;
	-moz-transform-style: preserve-3d !important;
	-ms-transform-style: preserve-3d !important;
	-o-transform-style: preserve-3d !important;
	transform-style: preserve-3d !important;
	background-color: #000;
	z-index: 100
}

.bg-container {
	overflow: hidden;
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	z-index: -100;
	width: 100%;
	height: 100%;
	-webkit-perspective: 1200px;
	-moz-perspective: 1200px;
	perspective: 1200px;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.bg-container.current {
	z-index: -1
}

.bg-container.current.scaling .bg-slice {
	-webkit-animation: scale-down 1.3s ease-in-out forwards;
	-moz-animation: scale-down 1.3s ease-in-out forwards;
	animation: scale-down 1.3s ease-in-out forwards
}

.bg-container.current.triggered {
	z-index: 100 !important
}

.bg-slice {
	float: left;
	width: 100%;
	height: 100%;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.bg-image {
	overflow: hidden;
	position: relative;
	min-width: 100%;
	height: 100%
}

.bg-image img,
.bg-image video {
	display: block;
	position: absolute
}

#bg-fade {
	display: none;
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	z-index: 10;
	background-size: auto 100% !important;
	background-position: left top !important;
	background-repeat: no-repeat !important;
	background: #000
}

.effect-col-1 .bg-slice {
	width: 100%;
	height: 100%;
	overflow: hidden
}

.effect-col-1 .bg-slice .bg-image {
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: #000
}

.effect-col-1 .bg-slice .bg-image video {
	width: 100%;
	height: 100%
}

@media only screen and (max-width: 1023px) {
	.effect-col-1 .bg-slice .bg-image video {
		display: none !important
	}
}

@media only screen and (max-width: 1023px) {
	.effect-col-1 .bg-slice .bg-image {
		background-size: cover
	}
}

.effect-col-1.triggered .bg-slice .bg-image {
	-webkit-transition: all 1.1s cubic-bezier(0.7, 0, 0.3, 1);
	-moz-transition: all 1.1s cubic-bezier(0.7, 0, 0.3, 1);
	transition: all 1.1s cubic-bezier(0.7, 0, 0.3, 1)
}

.effect-col-1.triggered .bg-slice:nth-child(1) .bg-image {
	-webkit-transform: translateY(-1110px);
	-moz-transform: translateY(-1110px);
	-ms-transform: translateY(-1110px);
	-o-transform: translateY(-1110px);
	transform: translateY(-1110px)
}

@media only screen and (max-width: 600px) {
	.effect-col-1.triggered .bg-slice:nth-child(1) .bg-image {
		-webkit-transform: translateY(-650px);
		-moz-transform: translateY(-650px);
		-ms-transform: translateY(-650px);
		-o-transform: translateY(-650px);
		transform: translateY(-650px)
	}
}

@media only screen and (min-width: 1921px) {
	.effect-col-1.triggered .bg-slice:nth-child(1) .bg-image {
		-webkit-transform: translateY(-1610px);
		-moz-transform: translateY(-1610px);
		-ms-transform: translateY(-1610px);
		-o-transform: translateY(-1610px);
		transform: translateY(-1610px)
	}
}

.effect-col-5 .bg-slice {
	width: 20%;
	height: 100%;
	overflow: hidden
}

.effect-col-5 .bg-slice .bg-image {
	width: 100%;
	height: 100%
}

.effect-col-5 .bg-slice .bg-image img {
	min-width: 500%;
	height: 100%
}

.effect-col-5 .bg-slice:nth-child(1) img {
	left: 0;
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	transition-delay: 0s
}

.effect-col-5 .bg-slice:nth-child(2) img {
	left: -100%;
	-webkit-transition-delay: 0.3s;
	-moz-transition-delay: 0.3s;
	transition-delay: 0.3s
}

.effect-col-5 .bg-slice:nth-child(3) img {
	left: -200%;
	-webkit-transition-delay: 0.6s;
	-moz-transition-delay: 0.6s;
	transition-delay: 0.6s
}

.effect-col-5 .bg-slice:nth-child(4) img {
	left: -300%;
	-webkit-transition-delay: 0.3s;
	-moz-transition-delay: 0.3s;
	transition-delay: 0.3s
}

.effect-col-5 .bg-slice:nth-child(5) img {
	left: -400%;
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	transition-delay: 0s
}

.effect-col-5.triggered img {
	-webkit-transition: all 0.8s ease-in;
	-moz-transition: all 0.8s ease-in;
	transition: all 0.8s ease-in;
	-webkit-transform: translateY(810px);
	-moz-transform: translateY(810px);
	-ms-transform: translateY(810px);
	-o-transform: translateY(810px);
	transform: translateY(810px)
}

@media only screen and (max-width: 600px) {
	.effect-col-5.triggered img {
		-webkit-transform: translateY(650px);
		-moz-transform: translateY(650px);
		-ms-transform: translateY(650px);
		-o-transform: translateY(650px);
		transform: translateY(650px)
	}
}

@media only screen and (min-height: 810px) {
	.effect-col-5.triggered img {
		-webkit-transform: translateY(1110px);
		-moz-transform: translateY(1110px);
		-ms-transform: translateY(1110px);
		-o-transform: translateY(1110px);
		transform: translateY(1110px)
	}
}

@media only screen and (min-width: 1921px) {
	.effect-col-5.triggered img {
		-webkit-transform: translateY(1610px);
		-moz-transform: translateY(1610px);
		-ms-transform: translateY(1610px);
		-o-transform: translateY(1610px);
		transform: translateY(1610px)
	}
}

.effect-col-4 .bg-slice {
	width: 50%;
	height: 50%
}

.effect-col-4 .bg-slice .bg-image {
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.8s ease-in;
	-moz-transition: all 0.8s ease-in;
	transition: all 0.8s ease-in
}

.effect-col-4 .bg-slice .bg-image img {
	min-width: 200%;
	height: 200%
}

.effect-col-4 .bg-slice:nth-child(n+3) .bg-image {
	-webkit-transition-delay: 0.3s;
	-moz-transition-delay: 0.3s;
	transition-delay: 0.3s
}

.effect-col-4 .bg-slice:nth-child(1) img {
	left: 0
}

.effect-col-4 .bg-slice:nth-child(2) img {
	left: -100%
}

.effect-col-4 .bg-slice:nth-child(3) img {
	top: -100%
}

.effect-col-4 .bg-slice:nth-child(4) img {
	top: -100%;
	left: -100%
}

.effect-col-4.triggered .bg-slice img {
	-webkit-transition: all 0.8s ease-in;
	-moz-transition: all 0.8s ease-in;
	transition: all 0.8s ease-in
}

.effect-col-4.triggered .bg-slice:nth-child(odd) .bg-image {
	-webkit-transform: translateX(-810px);
	-moz-transform: translateX(-810px);
	-ms-transform: translateX(-810px);
	-o-transform: translateX(-810px);
	transform: translateX(-810px)
}

@media only screen and (max-width: 600px) {
	.effect-col-4.triggered .bg-slice:nth-child(odd) .bg-image {
		-webkit-transform: translateX(-310px);
		-moz-transform: translateX(-310px);
		-ms-transform: translateX(-310px);
		-o-transform: translateX(-310px);
		transform: translateX(-310px)
	}
}

@media only screen and (min-width: 1600px) {
	.effect-col-4.triggered .bg-slice:nth-child(odd) .bg-image {
		-webkit-transform: translateX(-970px);
		-moz-transform: translateX(-970px);
		-ms-transform: translateX(-970px);
		-o-transform: translateX(-970px);
		transform: translateX(-970px)
	}
}

@media only screen and (min-width: 1921px) {
	.effect-col-4.triggered .bg-slice:nth-child(odd) .bg-image {
		-webkit-transform: translateX(-1290px);
		-moz-transform: translateX(-1290px);
		-ms-transform: translateX(-1290px);
		-o-transform: translateX(-1290px);
		transform: translateX(-1290px)
	}
}

.effect-col-4.triggered .bg-slice:nth-child(even) .bg-image {
	-webkit-transform: translateX(810px);
	-moz-transform: translateX(810px);
	-ms-transform: translateX(810px);
	-o-transform: translateX(810px);
	transform: translateX(810px)
}

@media only screen and (max-width: 600px) {
	.effect-col-4.triggered .bg-slice:nth-child(even) .bg-image {
		-webkit-transform: translateX(310px);
		-moz-transform: translateX(310px);
		-ms-transform: translateX(310px);
		-o-transform: translateX(310px);
		transform: translateX(310px)
	}
}

@media only screen and (min-width: 1600px) {
	.effect-col-4.triggered .bg-slice:nth-child(even) .bg-image {
		-webkit-transform: translateX(970px);
		-moz-transform: translateX(970px);
		-ms-transform: translateX(970px);
		-o-transform: translateX(970px);
		transform: translateX(970px)
	}
}

@media only screen and (min-width: 1921px) {
	.effect-col-4.triggered .bg-slice:nth-child(even) .bg-image {
		-webkit-transform: translateX(1290px);
		-moz-transform: translateX(1290px);
		-ms-transform: translateX(1290px);
		-o-transform: translateX(1290px);
		transform: translateX(1290px)
	}
}

.effect-col-2 .bg-slice {
	width: 100%;
	height: 50%
}

.effect-col-2 .bg-slice .bg-image {
	width: 100%;
	height: 100%
}

.effect-col-2 .bg-slice .bg-image img {
	min-width: 100%;
	height: 200%
}

.effect-col-2 .bg-slice:nth-child(2) img {
	top: -100%
}

.effect-col-2.triggered .bg-slice .bg-image {
	-webkit-transition: all 1.2s ease-in;
	-moz-transition: all 1.2s ease-in;
	transition: all 1.2s ease-in
}

.effect-col-2.triggered .bg-slice:nth-child(1) .bg-image {
	-webkit-transform: translateX(-1610px);
	-moz-transform: translateX(-1610px);
	-ms-transform: translateX(-1610px);
	-o-transform: translateX(-1610px);
	transform: translateX(-1610px)
}

@media only screen and (max-width: 600px) {
	.effect-col-2.triggered .bg-slice:nth-child(1) .bg-image {
		-webkit-transform: translateX(-610px);
		-moz-transform: translateX(-610px);
		-ms-transform: translateX(-610px);
		-o-transform: translateX(-610px);
		transform: translateX(-610px)
	}
}

@media only screen and (min-width: 1600px) {
	.effect-col-2.triggered .bg-slice:nth-child(1) .bg-image {
		-webkit-transform: translateX(-1930px);
		-moz-transform: translateX(-1930px);
		-ms-transform: translateX(-1930px);
		-o-transform: translateX(-1930px);
		transform: translateX(-1930px)
	}
}

@media only screen and (min-width: 1921px) {
	.effect-col-2.triggered .bg-slice:nth-child(1) .bg-image {
		-webkit-transform: translateX(-2570px);
		-moz-transform: translateX(-2570px);
		-ms-transform: translateX(-2570px);
		-o-transform: translateX(-2570px);
		transform: translateX(-2570px)
	}
}

.effect-col-2.triggered .bg-slice:nth-child(2) .bg-image {
	-webkit-transform: translateX(1610px);
	-moz-transform: translateX(1610px);
	-ms-transform: translateX(1610px);
	-o-transform: translateX(1610px);
	transform: translateX(1610px)
}

@media only screen and (max-width: 600px) {
	.effect-col-2.triggered .bg-slice:nth-child(2) .bg-image {
		-webkit-transform: translateX(610px);
		-moz-transform: translateX(610px);
		-ms-transform: translateX(610px);
		-o-transform: translateX(610px);
		transform: translateX(610px)
	}
}

@media only screen and (min-width: 1600px) {
	.effect-col-2.triggered .bg-slice:nth-child(2) .bg-image {
		-webkit-transform: translateX(1930px);
		-moz-transform: translateX(1930px);
		-ms-transform: translateX(1930px);
		-o-transform: translateX(1930px);
		transform: translateX(1930px)
	}
}

@media only screen and (min-width: 1921px) {
	.effect-col-2.triggered .bg-slice:nth-child(2) .bg-image {
		-webkit-transform: translateX(2570px);
		-moz-transform: translateX(2570px);
		-ms-transform: translateX(2570px);
		-o-transform: translateX(2570px);
		transform: translateX(2570px)
	}
}

.effect-col-3 .bg-slice {
	width: 33.333333%;
	height: 100%
}

.effect-col-3 .bg-slice .bg-image {
	width: 100%;
	height: 100%
}

.effect-col-3 .bg-slice .bg-image img {
	min-width: 300%;
	height: 100%;
	
}
.bg-container img{object-fit: cover;}
.effect-col-3 .bg-slice:nth-child(1) img {
	left: 0;
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	transition-delay: 0s
}

.effect-col-3 .bg-slice:nth-child(2) img {
	left: -100%;
	-webkit-transition-delay: 0.3s;
	-moz-transition-delay: 0.3s;
	transition-delay: 0.3s
}

.effect-col-3 .bg-slice:nth-child(3) img {
	left: -200%;
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	transition-delay: 0s
}

.effect-col-3.triggered .bg-slice .bg-image {
	-webkit-transition: all 1s ease-in;
	-moz-transition: all 1s ease-in;
	transition: all 1s ease-in
}

.effect-col-3.triggered .bg-slice:nth-child(1) .bg-image {
	-webkit-transform: translateX(-600px);
	-moz-transform: translateX(-600px);
	-ms-transform: translateX(-600px);
	-o-transform: translateX(-600px);
	transform: translateX(-600px)
}

@media only screen and (max-width: 600px) {
	.effect-col-3.triggered .bg-slice:nth-child(1) .bg-image {
		-webkit-transform: translateX(-310px);
		-moz-transform: translateX(-310px);
		-ms-transform: translateX(-310px);
		-o-transform: translateX(-310px);
		transform: translateX(-310px)
	}
}

@media only screen and (min-width: 1600px) {
	.effect-col-3.triggered .bg-slice:nth-child(1) .bg-image {
		-webkit-transform: translateX(-800px);
		-moz-transform: translateX(-800px);
		-ms-transform: translateX(-800px);
		-o-transform: translateX(-800px);
		transform: translateX(-800px)
	}
}

@media only screen and (min-width: 1921px) {
	.effect-col-3.triggered .bg-slice:nth-child(1) .bg-image {
		-webkit-transform: translateX(-1200px);
		-moz-transform: translateX(-1200px);
		-ms-transform: translateX(-1200px);
		-o-transform: translateX(-1200px);
		transform: translateX(-1200px)
	}
}

.effect-col-3.triggered .bg-slice:nth-child(2) .bg-image {
	-webkit-transform: translateY(810px);
	-moz-transform: translateY(810px);
	-ms-transform: translateY(810px);
	-o-transform: translateY(810px);
	transform: translateY(810px)
}

@media only screen and (max-width: 600px) {
	.effect-col-3.triggered .bg-slice:nth-child(2) .bg-image {
		-webkit-transform: translateY(700px);
		-moz-transform: translateY(700px);
		-ms-transform: translateY(700px);
		-o-transform: translateY(700px);
		transform: translateY(700px)
	}
}

@media only screen and (min-height: 810px) {
	.effect-col-3.triggered .bg-slice:nth-child(2) .bg-image {
		-webkit-transform: translateY(1110px);
		-moz-transform: translateY(1110px);
		-ms-transform: translateY(1110px);
		-o-transform: translateY(1110px);
		transform: translateY(1110px)
	}
}

@media only screen and (min-width: 1921px) {
	.effect-col-3.triggered .bg-slice:nth-child(2) .bg-image {
		-webkit-transform: translateY(1610px);
		-moz-transform: translateY(1610px);
		-ms-transform: translateY(1610px);
		-o-transform: translateY(1610px);
		transform: translateY(1610px)
	}
}

.effect-col-3.triggered .bg-slice:nth-child(3) .bg-image {
	-webkit-transform: translateX(600px);
	-moz-transform: translateX(600px);
	-ms-transform: translateX(600px);
	-o-transform: translateX(600px);
	transform: translateX(600px)
}

@media only screen and (max-width: 600px) {
	.effect-col-3.triggered .bg-slice:nth-child(3) .bg-image {
		-webkit-transform: translateX(310px);
		-moz-transform: translateX(310px);
		-ms-transform: translateX(310px);
		-o-transform: translateX(310px);
		transform: translateX(310px)
	}
}

@media only screen and (min-width: 1600px) {
	.effect-col-3.triggered .bg-slice:nth-child(3) .bg-image {
		-webkit-transform: translateX(800px);
		-moz-transform: translateX(800px);
		-ms-transform: translateX(800px);
		-o-transform: translateX(800px);
		transform: translateX(800px)
	}
}

@media only screen and (min-width: 1921px) {
	.effect-col-3.triggered .bg-slice:nth-child(3) .bg-image {
		-webkit-transform: translateX(1200px);
		-moz-transform: translateX(1200px);
		-ms-transform: translateX(1200px);
		-o-transform: translateX(1200px);
		transform: translateX(1200px)
	}
}

.effect-col-9 .bg-slice {
	width: 33.3333%;
	height: 33.33333%
}

.effect-col-9 .bg-slice .bg-image {
	width: 100%;
	height: 100%;
	-webkit-transform-origin: center bottom;
	-moz-transform-origin: center bottom;
	-ms-transform-origin: center bottom;
	-o-transform-origin: center bottom;
	transform-origin: center bottom
}

.effect-col-9 .bg-slice .bg-image img {
	min-width: 300%;
	height: 300%
}

.effect-col-9 .bg-slice:nth-child(2) img,
.effect-col-9 .bg-slice:nth-child(5) img,
.effect-col-9 .bg-slice:nth-child(8) img {
	left: -100%
}

.effect-col-9 .bg-slice:nth-child(3n) img {
	left: -200%
}

.effect-col-9 .bg-slice:nth-child(4) img,
.effect-col-9 .bg-slice:nth-child(5) img,
.effect-col-9 .bg-slice:nth-child(6) img {
	top: -100%
}

.effect-col-9 .bg-slice:nth-child(n+7) img {
	top: -200%
}

.effect-col-9.triggered .bg-slice .bg-image {
	opacity: 0;
	-webkit-transform: rotateX(90deg);
	-moz-transform: rotateX(90deg);
	-ms-transform: rotateX(90deg);
	-o-transform: rotateX(90deg);
	transform: rotateX(90deg);
	-webkit-transition: all 1s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	-moz-transition: all 1s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition: all 1s cubic-bezier(0.68, -0.55, 0.265, 1.55)
}

.effect-col-9.triggered .bg-slice:nth-child(2) .bg-image {
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	transition-delay: 0s
}

.effect-col-9.triggered .bg-slice:nth-child(1) .bg-image,
.effect-col-9.triggered .bg-slice:nth-child(3) .bg-image,
.effect-col-9.triggered .bg-slice:nth-child(5) {
	-webkit-transition-delay: 0.2s;
	-moz-transition-delay: 0.2s;
	transition-delay: 0.2s
}

.effect-col-9.triggered .bg-slice:nth-child(4) .bg-image,
.effect-col-9.triggered .bg-slice:nth-child(6) .bg-image,
.effect-col-9.triggered .bg-slice:nth-child(8) .bg-image {
	-webkit-transition-delay: 0.4s;
	-moz-transition-delay: 0.4s;
	transition-delay: 0.4s
}

.effect-col-9.triggered .bg-slice:nth-child(7) .bg-image,
.effect-col-9.triggered .bg-slice:nth-child(9) .bg-image {
	-webkit-transition-delay: 0.6s;
	-moz-transition-delay: 0.6s;
	transition-delay: 0.6s
}

.js_banner_lib .slick_item .item_box {
	display: block;
	width: 100%;
	height: calc(100vh - 88px);
	overflow: hidden
}

.js_banner_nav {
	
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 200;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.js_banner_nav .slick-slide {
	width: 100vw;
	
}

.js_banner_nav .text_info {
	display: inline-block;
	text-align: left;
	margin-top: 24px
}

.video_banner .video_full {
	display: block;
	width: 100%;
	height: calc(100vh - 88px);
	overflow: hidden
}

.video_banner .video_full video {
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	object-position: center center;
	height: 100%;
	width: 100%;
	z-index: 20;
	background-color: #000
}
.slick_item{width: 1400px !important;margin: auto;display: block !important;}
@media screen and (max-width: 1600px) {
	.slick_item{width: 84% !important;}
}	
.text_info>h3 {
	font-size: 0.73rem;
	margin-bottom: 0.2rem;
	color: #fff;
	letter-spacing: 0.1em;
}
.text_info p{font-size: 0.24rem;color: #fff;letter-spacing: 0.1em;display: flex;align-items: center;}
.text_info p span{font-size: 16px;line-height: 0.44rem;border: 2px solid #fff;border-radius: 10px;padding: 0 10px;margin-left: 10px;display: inline-block;text-transform: uppercase;letter-spacing: 0;font-weight: bold;}
@media screen and (max-width: 767px) {
	.text_info h1{font-size: 24px;letter-spacing: 0;}
	.text_info{text-align: left;}
	.text_info p span{font-size: 12px;line-height: 2;margin: 10px 0 0;border: 1px solid #fff;}
	.text_info p{flex-direction: column;font-size: 14px;align-items: flex-start;letter-spacing: 0;}
	.controls{display: none;}
	.swip_home .banner{height: 283px;}
}
.home_banner_next,.home_banner_prev{box-shadow: 0 0 8px rgba(0,0,0,0.15);border-radius: 50%;width: 50px;height: 50px;margin-top: -25px;position: absolute;
    top: 50%;}
.home_banner_next:hover{background: #1c4798 url(https://www.kdtmac.com/img/right-light.png) center center no-repeat;background-size: 16px 25px;}
.home_banner_prev:hover{background: #1c4798 url(https://www.kdtmac.com/img/left-light.png) center center no-repeat;background-size: 16px 25px;}
.home_banner_next{background: #fff url(https://www.kdtmac.com/img/x-sw-right.png) center center no-repeat;background-size: 16px 25px;right: 50px;opacity: 0;}
.home_banner_prev{background: #fff url(https://www.kdtmac.com/img/x-sw-left.png) center center no-repeat;background-size: 16px 25px;left: 50px;opacity: 0;}
.slick-prev{width: 50%;height: 100%;position: absolute;left: 0;top: 0;z-index: 10;}
.slick-prev:hover .home_banner_prev{left: 20px;opacity: 1;}
.slick-next{width: 50%;height: 100%;position: absolute;right: 0;top: 0;z-index: 10;}
.slick-next:hover .home_banner_next{right: 20px;opacity: 1;}

.controls {
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0;
	right: 0;
	z-index: 200
}

/* .controls .slick-arrow {
	display: block;
	width: 50px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	font-size: 16px;
	color: #fff
}

.controls .slick-prev {
	margin-bottom: 0px;
	line-height: 62px
}

.controls .slick-next {
	margin-top: 0px;
	line-height: 26px
} */

.custom_paging {
	position: absolute;
	bottom: 50px;
	right: 8.33333%;
	z-index: 200
}

.custom_paging .currentPage {
	font-size: 42px;
	color: #fff;
	margin-right: 20px;
	vertical-align: super
}

.custom_paging .line {
	display: inline-block;
	width: 3px;
	height: 43px;
	background-color: #DC5F00;
	-moz-transform: rotate(25deg);
	-ms-transform: rotate(25deg);
	-webkit-transform: rotate(25deg);
	transform: rotate(25deg)
}

.custom_paging .totalPage {
	font-size: 18px;
	color: #fff;
	margin-left: 10px;
	vertical-align: top
}

.information>h3 {
	font-size: 40px;
	color: #DC5F00;
	font-family: "GothamBook"
}

.information>h4 {
	font-size: 24px;
	letter-spacing: 1.5px;
	line-height: 34px;
	color: #DC5F00;
	font-weight: 400;
	color: #333;
	margin-top: 10px;
	font-weight: 400
}

.information .line {
	display: block;
	width: 40px;
	height: 4px;
	background-color: #DC5F00
}

.text-muted {
	font-size: 14px;
	letter-spacing: 1px;
	color: #999;
	line-height: 26px;
	font-weight: 400
}

.text-muted strong,
.text-muted h6 {
	font-size: 20px;
	letter-spacing: 1px;
	line-height: 26px;
	font-weight: 400;
	color: #333
}

.text-muted span {
	font-size: 18px;
	letter-spacing: 1.5px;
	line-height: 39px;
	font-weight: 400;
	color: #333
}

.text_muted {
	font-size: 14px;
	color: #999;
	line-height: 26px;
	letter-spacing: 1px
}

.text_muted strong {
	font-size: 20px;
	letter-spacing: 1px;
	line-height: 26px;
	font-weight: 400
}

.text_muted span,
.text_muted h6 {
	font-size: 18px;
	letter-spacing: 1.5px;
	line-height: 39px;
	font-weight: 400;
	color: #333
}

.text_muted p {
	position: relative
}

.work_list {
	font-size: 0;
	margin-left: -1px;
	margin-right: -1px
}

.work_list li {
	margin-bottom: 2px
}

.work_list li .item_box {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0 1px
}

.work_list li .img-box:before {
	padding-top: 63.0394%
}

.work_list li .text_desc {
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding-left: 7.50469%;
	padding-right: 7.50469%;
	padding-bottom: 30px;
	padding-top: 80px
}

.work_list li .text_desc h3 {
	font-size: 24px;
	font-weight: 400;
	letter-spacing: 1.5px;
	line-height: 34px;
	color: #fff
}

.work_list li .text_desc h4 {
	font-size: 14px;
	line-height: 30px;
	letter-spacing: .8px;
	margin-top: 10px
}

.work_list li .text_desc:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: -1%;
	width: 102%;
	height: 100%;
	background-image: url(https://www.kdtmac.com/images/icon_mask.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	z-index: 40
}

.work_list li .text_desc .btn_shape {
	display: block;
	position: absolute;
	bottom: 7.50469%;
	right: 7.50469%;
	width: 40px;
	height: 40px
}

.work_list li .text_desc .btn_shape:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: #fff;
	-moz-transform: scale(0.7) rotate(45deg);
	-ms-transform: scale(0.7) rotate(45deg);
	-webkit-transform: scale(0.7) rotate(45deg);
	transform: scale(0.7) rotate(45deg)
}

.work_list li .text_desc .btn_shape span {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 200
}

.work_list li .text_desc .btn_shape span:after,
.work_list li .text_desc .btn_shape span:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-color: #DC5F00
}

.work_list li .text_desc .btn_shape span:after {
	width: 8px;
	height: 1px
}

.work_list li .text_desc .btn_shape span:before {
	width: 1px;
	height: 8px
}

.work_list li article {
	overflow: hidden;
	min-height: 34px;
	position: relative;
	z-index: 50
}

.product {
	display: block;
	position: relative
}

.product:before {
	padding-top: 41.66667%
}

.effects_slick-dots {
	position: relative
}

.effects_slick-dots .slick-dots {
	position: absolute;
	bottom: 30px;
	left: 0;
	width: 100%;
	text-align: center
}

.effects_slick-dots .slick-dots li {
	display: inline-block;
	margin: 0;
	cursor: pointer
}

.effects_slick-dots .slick-dots button {
	padding: 0;
	margin: 0;
	border: none;
	background: none;
	position: relative;
	display: block;
	width: 28px;
	height: 36px;
	font-size: 14px;
	color: #fff;
	line-height: 36px;
	cursor: pointer;
	font-size: 0
}

.effects_slick-dots .slick-dots button:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 5px;
	height: 5px;
	border: 2px solid rgba(255, 255, 255, 0.5);
	-moz-transform: translate(-50%, -50%) rotate(45deg) scale(0.7, 0.7);
	-ms-transform: translate(-50%, -50%) rotate(45deg) scale(0.7, 0.7);
	-webkit-transform: translate(-50%, -50%) rotate(45deg) scale(0.7, 0.7);
	transform: translate(-50%, -50%) rotate(45deg) scale(0.7, 0.7);
	-moz-transition: all .36s ease;
	-o-transition: all .36s ease;
	-webkit-transition: all .36s ease;
	transition: all .36s ease;
	cursor: pointer
}

.effects_slick-dots .slick-dots button:focus {
	outline: none
}

.effects_slick-dots .slick-dots .slick-active button:after {
	border-color: #fff
}

.js_pro_slick_lib .slick-slide {
	overflow: hidden
}

.js_pro_slick_lib .slick-current.slick-active .pagetitle {
	visibility: visible;
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft
}

.js_pro_slick_lib .slick-current.slick-active .text-align_right {
	visibility: visible;
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft
}

.js_pro_slick_lib .slick-current.slick-active .text-align_left {
	visibility: visible;
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight
}

.pagetitle {
	position: absolute;
	top: 22%;
	left: 10.10417%;
	padding-left: 90px;
	z-index: 200
}

.pagetitle .icon {
	display: block;
	width: 36px;
	height: 36px;
	font-size: 14px;
	color: #fff;
	line-height: 36px;
	position: absolute;
	top: 0;
	left: 0
}

.pagetitle .icon:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 28px;
	height: 28px;
	border: 4px solid rgba(255, 255, 255, 0.5);
	-moz-transform: rotate(45deg) scale(0.7, 0.7);
	-ms-transform: rotate(45deg) scale(0.7, 0.7);
	-webkit-transform: rotate(45deg) scale(0.7, 0.7);
	transform: rotate(45deg) scale(0.7, 0.7)
}

.pagetitle h1,
.pagetitle h2 {
	font-size: 40px;
	letter-spacing: .8px;
	line-height: 34px;
	color: #fff;
	margin-bottom: 27px
}

.pagetitle p {
	font-size: 14px;
	letter-spacing: .8px;
	line-height: 24px;
	color: #fff
}

.text_primary h3 {
	font-size: 18px;
	letter-spacing: .8px;
	line-height: 34px;
	color: #fff;
	font-weight: 700
}

.text_primary p {
	font-size: 12px;
	line-height: 24px;
	letter-spacing: .8px;
	color: #fff
}

.product {
	overflow: hidden
}

.gradient {
	position: absolute;
	top: 0;
	height: 100%
}

.gradient .text_primary {
	position: absolute
}

.gradient .text_primary .icon {
	display: inline-block;
	width: 110px;
	height: 110px;
	border-radius: 50%;
	margin-bottom: 10px
}

.gradient .text_primary .line {
	display: block;
	position: absolute
}

.orange-gradient {
	left: 0
}

.orange-gradient .text_primary {
	bottom: 22%;
	left: 25%;
	width: 41%
}

.orange-gradient .text_primary .line {
	top: 57%;
	right: -49%;
	width: 40%;
	height: auto
}

.black-gradient {
	right: 0
}

.black-gradient .text_primary {
	right: 15.625%;
	bottom: 27%;
	width: 38%
}

.black-gradient .text_primary .line {
	top: 58%;
	left: -85%;
	width: 76%;
	height: auto
}

.news_list {
	font-size: 0;
	margin-left: -1px;
	margin-right: -1px
}

.news_list li {
	display: inline-block;
	vertical-align: top
}

.news_list .item_box {
	display: block;
	margin: 0 1px
}

.news_list .img-box:before {
	content: "";
	padding-top: 57.07134%
}

.news_list .text_desc {
	padding-top: 26px;
	padding-right: 9.61034%
}

.news_list .text_desc h3 {
	font-size: 24px;
	color: #DC5F00;
	color: #333;
	letter-spacing: 1px;
	line-height: 34px;
	margin-bottom: 8px;
	font-weight: 400
}

.news_list .text_desc p {
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 24px;
	color: #999;
	min-height: 24px
}

.news_list .label span {
	margin-right: 50px
}

.news_list .label i {
	font-size: 18px
}

.news_list .label i:before {
	margin-right: 15px
}

.read_more {
	display: block;
	font-size: 14px;
	line-height: 17px;
	font-family: "GothamBook";
	color: #DC5F00;
	color: #333
}

.read_more i {
	display: inline-block;
	font-size: 18px;
	vertical-align: -2px
}

.server {
	padding-top: 94px;
	padding-bottom: 94px;
	text-align: center
}

.server h2 {
	font-size: 32px;
	line-height: 50px;
	letter-spacing: 1px;
	color: #fff;
	margin-bottom: 30px;
	font-weight: 400
}

.server p {
	font-size: 12px;
	line-height: 24px;
	letter-spacing: 1px;
	color: #fff
}

.btn_default {
	padding: 0;
	background: none;
	border: none;
	display: inline-block;
	text-align: center;
	font-size: 14px;
	color: #DC5F00;
	position: relative;
	padding: 10px 24px;
	overflow: hidden;
	font-weight: 400;
	cursor: pointer;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-webkit-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out
}

.btn_default:after {
	content: "";
	display: block;
	position: absolute;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	background-color: #fff;
	z-index: 100;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-webkit-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out
}

.btn_default:before {
	content: "";
	position: absolute;
	background-color: #DC5F00;
	z-index: 50;
	-moz-transition: all 1.4s ease;
	-o-transition: all 1.4s ease;
	-webkit-transition: all 1.4s ease;
	transition: all 1.4s ease;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.28);
	-moz-transform: scale(1.02, 1.02);
	-ms-transform: scale(1.02, 1.02);
	-webkit-transform: scale(1.02, 1.02);
	transform: scale(1.02, 1.02);
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-webkit-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out
}

.btn_default span {
	position: relative;
	z-index: 300;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-webkit-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out
}

.btn_default span i {
	vertical-align: -2px;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-webkit-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out
}

.btn_button {
	padding: 17px 30px
}

.btn_link {
	color: #fff
}

.btn_link:before {
	background-color: rgba(220, 95, 0, 0.2)
}

.btn_link:after {
	background-color: #DC5F00
}

@media only screen and (min-width: 1025px) {

	.work_list li .mask,
	.work_list li .mask:before,
	.work_list li .mask h3,
	.work_list li .mask h4 {
		-moz-transition: all .6s ease;
		-o-transition: all .6s ease;
		-webkit-transition: all .6s ease;
		transition: all .6s ease
	}

	.work_list li .mask h3,
	.work_list li .mask h4 {
		-moz-transform: translate(0, 50px);
		-ms-transform: translate(0, 50px);
		-webkit-transform: translate(0, 50px);
		transform: translate(0, 50px)
	}

	.work_list li .text_desc .btn_shape {
		-moz-transition: all .6s ease .4s;
		-o-transition: all .6s ease .4s;
		-webkit-transition: all .6s ease;
		-webkit-transition-delay: .4s;
		transition: all .6s ease .4s;
		-moz-transform: scale(0);
		-ms-transform: scale(0);
		-webkit-transform: scale(0);
		transform: scale(0)
	}

	.work_list li .text_desc h3 {
		position: relative;
		z-index: 300
	}

	.work_list li .mask {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		padding-top: 7.50469%;
		padding-bottom: 7.50469%;
		background-color: #DC5F00;
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
		opacity: 0;
		visibility: hidden
	}

	.work_list li .mask:before {
		background: none
	}

	.work_list li a:hover .pull {
		display: none;
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
		opacity: 0;
		visibility: hidden
	}

	.work_list li a:hover .mask {
		filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
		opacity: 1;
		visibility: visible
	}

	.work_list li a:hover .mask .btn_shape {
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	.work_list li a:hover .mask h3,
	.work_list li a:hover .mask h4 {
		-moz-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}

	.btn_default:hover,
	.btn_default:hover span,
	.btn_default:hover i {
		color: #fff
	}

	.btn_default:hover:before {
		-moz-transform: scale(0, 0);
		-ms-transform: scale(0, 0);
		-webkit-transform: scale(0, 0);
		transform: scale(0, 0)
	}

	.btn_default:hover:after {
		background-color: #ff991e
	}
}

@media only screen and (max-width: 1320px) and (min-width: 1025px) {
	.js_banner_lib .slick_item .item_box {
		height: calc(100vh - 78px)
	}
}

@media only screen and (max-width: 1680px) and (min-width: 1025px) {
	.pagetitle {
		top: 15%;
		left: 10.10417%
	}

	.work_list li .text_desc h3,
	.news_list .text_desc h3 {
		font-size: 18px;
		font-weight: 400
	}

	.pagetitle h1,
	.pagetitle h2,
	.server h2 {
		font-size: 26px;
		font-weight: 400;
		line-height: 48px
	}
}

.crumbs {
	position: fixed;
	top: 88px;
	left: 0;
	height: 50px;
	background-color: #161616;
	width: 100%;
	line-height: 50px;
	overflow: hidden;
	z-index: 2000
}

.crumbs ul {
	font-size: 0
}

.crumbs ul li {
	margin-right: 7px
}

.crumbs ul li a {
	font-size: 14px;
	color: #fff;
	color: #707070
}

.crumbs ul li a i {
	color: #707070;
	margin-right: 10px
}

.crumbs ul .home {
	margin-right: 4px
}

.crumbs ul .home a {
	color: #707070
}

.crumbs ul .home a i {
	margin-right: 0;
	font-size: 20px;
	vertical-align: -2px
}

.crumbs ul .active a {
	color: #fff
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #707070
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background: #707070;
	filter: "alpha(opacity=100)";
	-ms-filter: "alpha(opacity=100)"
}

.mCSB_container {
	display: block !important
}

.mCSB_container {
	margin-right: 0
}

.hide {
	display: none
}

.innerbanner:before {
	padding-top: 20.83333%;
	padding-top: 31.19792%
}

.innerbanner .mask {
	position: absolute;
	bottom: 0;
	height: 142px;
	height: 110px;
	background-color: #DC5F00
}

.innerbanner h1 {
	font-size: 30px;
	line-height: 142px;
	line-height: 110px;
	font-weight: 700;
	letter-spacing: 2px;
	padding: 0 9.79167%;
	color: #fff
}

.innerbanner .btn_vido_play {
	margin-top: -55px
}

.inner-banner a {
	display: block
}

.inner-banner .img-box {
	overflow: hidden
}

.inner-banner .img-box::before {
	padding-top: 31.19792%
}

.detailbanenr h1 {
	padding-left: 16.66667%;
	font-size: 40px;
	font-weight: 400
}


@media screen and (max-width: 767px) {
	.wrapper {
		height: auto;
	}
}	
